MESCIUS SPREAD for Windows Forms 15.0J
Clear(Int32,Int32,Int32,Int32) メソッド

選択する範囲の先頭の行の行インデックス
選択する範囲の先頭の列の列インデックス
選択する範囲の行数
選択する範囲の列数
指定したセル範囲内のセルの内容をすべて削除します。
構文
'宣言
 
Public Overloads Overridable Sub Clear( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
public virtual void Clear( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
選択する範囲の先頭の行の行インデックス
column
選択する範囲の先頭の列の列インデックス
rowCount
選択する範囲の行数
columnCount
選択する範囲の列数
参照

CellMatrix<T> クラス
CellMatrix<T> メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.